projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff04c88
)
(Library Search): Update the default value of `load-suffixes'.
author
Luc Teirlinck
<teirllm@auburn.edu>
Sat, 19 Nov 2005 03:34:32 +0000
(
03:34
+0000)
committer
Luc Teirlinck
<teirllm@auburn.edu>
Sat, 19 Nov 2005 03:34:32 +0000
(
03:34
+0000)
lispref/loading.texi
patch
|
blob
|
history
diff --git
a/lispref/loading.texi
b/lispref/loading.texi
index a9f3913bb841bd1f6d78cc71d8322b8f63001f34..260b96f6ccf0994a4e7de392486f496843e47779 100644
(file)
--- a/
lispref/loading.texi
+++ b/
lispref/loading.texi
@@
-291,7
+291,8
@@
tells @code{locate-library} to display the file name in the echo area.
@defvar load-suffixes
This variable is a list of suffixes (strings) that @code{load} should
try adding to the specified file name. The default value is
-@code{(".elc" ".el")}. There is no need to include the null suffix.
+@code{(".elc" ".elc.gz" ".el" ".el.gz" ".gz")}. There is no need to
+include the null suffix.
@end defvar
@node Loading Non-ASCII